have a problem with installing a python software? Hopefully, you have some time to help me with it:
1- the code that I'm installing https://github.com/nikosl21/Gen2-UHF-RFID-Reader
2- I installed all the requirements(as explained in the github).
However, when I run this command
sudo GR_SCHEDULER=STS nice -n -20 python ./reader.py to interpret reader.py script, I got the following error
File "./reader.py", line 121, in __init__ main_block = reader_top_block() File "./reader.py", line 75, in __init__ self.gate = rfid=.gate(int(self.abc_rate/self.decim)) AttributeError: 'module' object has no attribyte 'gate' Apparently the rfid module is not recognized by the interpreter! Any suggestion on how to solve this problem?
Thanks in advance.
You must be logged in to post. Please login or register an account.
The interpreter is successfully finding an rfid module, maybe not the right one, however.
What is the exact name of the module? Have you possibly named your script, or maybe the directory that you script is in, or a directory near it, the same thing?
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.